home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / ADVANCED / logopoints.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-12  |  564 b   |  34 lines

  1. /* 
  2.  * logopoints.h
  3.  *    
  4.  *    contains the data for one-third of the complete SGI "box" logo.  this
  5.  * data is centered at the origin.  The complete logo is created by scaling,
  6.  * rotating and translating the initial data points specified here.
  7.  */
  8.  
  9. #define Ax 0.0
  10. #define Ay 0.104
  11.  
  12. #define Bx 0.231
  13. #define By 0.237
  14.  
  15. #define Cx 0.113
  16. #define Cy 0.3051
  17.  
  18. #define Dx 0.113
  19. #define Dy 0.192
  20.  
  21. #define Ex 0.023
  22. #define Ey 0.14
  23.  
  24. #define Fx 0.023
  25. #define Fy 0.461
  26.  
  27. #define Gx 0.411
  28. #define Gy 0.237
  29.  
  30. #define Z 0.0
  31.  
  32. /* Radius of round corners */
  33. #define LOGO_RADIUS .1
  34.